Function windows::Win32::System::Shutdown::InitiateSystemShutdownExA

pub unsafe fn InitiateSystemShutdownExA<P0, P1, P2, P3>(
    lpmachinename: P0,
    lpmessage: P1,
    dwtimeout: u32,
    bforceappsclosed: P2,
    brebootaftershutdown: P3,
    dwreason: SHUTDOWN_REASON,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>, P2: Param<BOOL>, P3: Param<BOOL>,