Skip to main content

memmove

Function memmove 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn memmove( s1: *mut c_void, s2: *const c_void, n: size_t, ) -> *mut c_void
Expand description