Function ndk_sys::memmove

source ·
pub unsafe extern "C" fn memmove(
    __dst: *mut c_void,
    __src: *const c_void,
    __n: c_uint
) -> *mut c_void