Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

sync_file_range

Function sync_file_range 

Source
pub unsafe extern "C" fn sync_file_range(
    fd: c_int,
    offset: off64_t,
    nbytes: off64_t,
    flags: c_uint,
) -> c_int