pub unsafe fn memcpy(
    arg___dest: *mut c_void,
    arg___src: *const c_void,
    arg___n: c_ulong
) -> *mut c_void