Function rust_htslib::htslib::memmove

source ยท
pub unsafe extern "C" fn memmove(
    __dest: *mut c_void,
    __src: *const c_void,
    __n: u64
) -> *mut c_void