[][src]Function uapi::mknodat

pub fn mknodat<'a>(
    fd: c_int,
    path: impl IntoUstr<'a>,
    mode: mode_t,
    dev: dev_t
) -> Result<()>