pub unsafe extern "C" fn ksceKernelChangeThreadPriority(
    thid: SceUID,
    priority: c_int
) -> c_int
Available on crate feature SceThreadmgrForDriver_stub only.