pub unsafe extern "system" fn WTSSendMessageA(
    hserver: HANDLE,
    sessionid: u32,
    ptitle: PCSTR,
    titlelength: u32,
    pmessage: PCSTR,
    messagelength: u32,
    style: MESSAGEBOX_STYLE,
    timeout: u32,
    presponse: *mut MESSAGEBOX_RESULT,
    bwait: BOOL
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_UI_WindowsAndMessaging"