[][src]Function uapi::chown

pub fn chown<'a>(
    pathname: impl IntoUstr<'a>,
    owner: uid_t,
    group: gid_t
) -> Result<()>