Function windows_sys::Win32::System::RemoteDesktop::WTSSendMessageW

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