pub unsafe fn SetThreadPriority<P0>(
    hthread: P0,
    npriority: THREAD_PRIORITY
) -> Result<()>
where P0: IntoParam<HANDLE>,