pub unsafe fn SetThreadPriorityBoost<P0, P1>( hthread: P0, bdisablepriorityboost: P1, ) -> Result<()>where P0: Param<HANDLE>, P1: Param<BOOL>,