Function memcpy

Source
pub unsafe extern "C" fn memcpy(
    _Dst: *mut c_void,
    _Src: *const c_void,
    _Size: c_ulonglong,
) -> *mut c_void