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