pub fn openat2<D: AsRawDescriptor>( dir: &D, name: &CStr, how: &open_how, ) -> Result<File>
Safe wrapper for openat2(2).
openat2(2)