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