Function fchown

Source
pub unsafe extern "C" fn fchown(
    __fd: c_int,
    __owner: uid_t,
    __group: gid_t,
) -> c_int