pub unsafe fn PoSetThermalActiveCooling<P0>(
    thermalrequest: *mut c_void,
    engaged: P0,
) -> NTSTATUS
where P0: Param<BOOLEAN>,