rustix::ugid

Function translate_fchown_args

Source
pub(crate) fn translate_fchown_args(
    owner: Option<Uid>,
    group: Option<Gid>,
) -> (RawUid, RawGid)