pub unsafe extern "system" fn WsSendMessage(
    channel: *const WS_CHANNEL,
    message: *const WS_MESSAGE,
    messagedescription: *const WS_MESSAGE_DESCRIPTION,
    writeoption: WS_WRITE_OPTION,
    bodyvalue: *const c_void,
    bodyvaluesize: u32,
    asynccontext: *const WS_ASYNC_CONTEXT,
    error: *const WS_ERROR
) -> HRESULT
Expand description

Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"