Function libc::posix_fadvise [] [src]

pub unsafe extern fn posix_fadvise(fd: c_int,
                                   offset: off_t,
                                   len: off_t,
                                   advise: c_int)
                                   -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io