Function rustix::ugid::translate_fchown_args

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