Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

memmove

Function memmove 

Source
pub unsafe extern "C" fn memmove(
    dest: *mut c_void,
    src: *const c_void,
    n: size_t,
) -> *mut c_void