Function libc::setpriority

source ยท
pub unsafe extern "C" fn setpriority(
    which: c_int,
    who: id_t,
    prio: c_int,
) -> c_int