Function mknodat

Source
pub unsafe extern "C" fn mknodat(
    dirfd: i32,
    pathname: *const i8,
    mode: u16,
    dev: i32,
) -> i32