Function windows::Win32::System::Power::SetSuspendState

pub unsafe fn SetSuspendState<P0, P1, P2>(
    bhibernate: P0,
    bforce: P1,
    bwakeupeventsdisabled: P2,
) -> BOOLEAN
where P0: Param<BOOLEAN>, P1: Param<BOOLEAN>, P2: Param<BOOLEAN>,