memmove_s

Function memmove_s 

Source
pub unsafe extern "C" fn memmove_s(
    _dest: *mut c_void,
    _numberOfElements: size_t,
    _src: *const c_void,
    _count: size_t,
) -> errno_t