Skip to main content

tsk_memmove

Function tsk_memmove 

Source
pub unsafe extern "C" fn tsk_memmove(
    dest: *mut c_void,
    src: *const c_void,
    size: tsk_size_t,
) -> *mut c_void
Available on crate feature bindings only.