pub unsafe fn SetPriorityClass<P0>(
    hprocess: P0,
    dwpriorityclass: PROCESS_CREATION_FLAGS
) -> Result<()>
where P0: IntoParam<HANDLE>,