Function GetThreadPriorityBoost

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