pub unsafe fn openat( dirfd: int, pathname: *const char, flags: int, mode: mode_t, ) -> Result<int>
Open a file.