Function tskit::bindings::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