pub fn fcntl_rdadvise<Fd: AsFd>(fd: Fd, offset: u64, len: u64) -> Result<()>
fcntl(fd, F_RDADVISE, radvisory { offset, len })