pub unsafe extern "C" fn fchmodat(
    dirfd: i32,
    pathname: *const i8,
    mode: u32,
    flags: i32
) -> i32