Function libc::chown

source · []
pub unsafe extern "C" fn chown(
    path: *const c_char,
    uid: uid_t,
    gid: gid_t
) -> c_int