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