pub fn openat<T>( fd: usize, path: T, flags: usize, fcntl_flags: usize, ) -> Result<usize, Error>where T: AsRef<str>,
Open a file at a specific path