[][src]Function uapi::openat

pub fn openat<'a>(
    dfd: c_int,
    path: impl IntoUstr<'a>,
    oflag: c_int,
    mode: mode_t
) -> Result<OwnedFd>