Function windows::Win32::System::Shutdown::InitiateShutdownA

pub unsafe fn InitiateShutdownA<P0, P1>(
    lpmachinename: P0,
    lpmessage: P1,
    dwgraceperiod: u32,
    dwshutdownflags: SHUTDOWN_FLAGS,
    dwreason: SHUTDOWN_REASON,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,