Function windows::Win32::System::Threading::GetProcessPriorityBoost
pub unsafe fn GetProcessPriorityBoost<P0>(
hprocess: P0,
pdisablepriorityboost: *mut BOOL,
) -> Result<()>where
P0: Param<HANDLE>,