pub unsafe extern "C" fn memcpy_verw(
    dest: *mut c_void,
    src: *const c_void,
    n: usize
) -> *mut c_void