pub unsafe fn GetProcessPriorityBoost<P0>(
    hprocess: P0,
    pdisablepriorityboost: *mut BOOL
) -> Result<()>
where P0: IntoParam<HANDLE>,