Function windows_sys::Win32::System::RemoteDesktop::WTSSendMessageA
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