Function ndk_sys::copy_file_range

source ·
pub unsafe extern "C" fn copy_file_range(
    __fd_in: c_int,
    __off_in: *mut off64_t,
    __fd_out: c_int,
    __off_out: *mut off64_t,
    __length: usize,
    __flags: c_uint
) -> isize