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