pub(crate) fn translate_fchown_args( owner: Option<Uid>, group: Option<Gid>, ) -> (__kernel_uid_t, __kernel_gid_t)