pub unsafe extern "system" fn WsSendReplyMessage(
    channel: *const WS_CHANNEL,
    replymessage: *const WS_MESSAGE,
    replymessagedescription: *const WS_MESSAGE_DESCRIPTION,
    writeoption: WS_WRITE_OPTION,
    replybodyvalue: *const c_void,
    replybodyvaluesize: u32,
    requestmessage: *const WS_MESSAGE,
    asynccontext: *const WS_ASYNC_CONTEXT,
    error: *const WS_ERROR
) -> HRESULT
Expand description

Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"