#[no_mangle]
pub unsafe extern "C" fn memmove(
    dst: *mut c_void,
    src: *const c_void,
    len: usize
) -> *mut c_void