pub fn posix_fadvise( fd: RawFd, offset: off_t, len: off_t, advice: PosixFadviseAdvice, ) -> Result<()>