pub fn fadvise<Fd: AsFd>( fd: Fd, offset: u64, len: u64, advice: Advice) -> Result<()>
posix_fadvise(fd, offset, len, advice)—Declares an expected access pattern for a file.
posix_fadvise(fd, offset, len, advice)