pub fn posix_fadvise( fd: RawFd, offset: off_t, len: off_t, advice: PosixFadviseAdvice, ) -> Result<()>
Allows a process to describe to the system its data access behavior for an open file descriptor.
posix_fadvise