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