Function rust_hawktracer::memmove[][src]

pub unsafe extern "C" fn memmove(
    _Dst: *mut c_void,
    _Src: *const c_void,
    _Size: usize
) -> *mut c_void