Function libc::sync_file_range [] [src]

pub unsafe extern "C" fn sync_file_range(
    fd: c_int,
    offset: off64_t,
    nbytes: off64_t,
    flags: c_uint
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io