pub unsafe fn WsReceiveMessage(
    channel: *const WS_CHANNEL,
    message: *const WS_MESSAGE,
    messagedescriptions: &[*const WS_MESSAGE_DESCRIPTION],
    receiveoption: WS_RECEIVE_OPTION,
    readbodyoption: WS_READ_OPTION,
    heap: Option<*const WS_HEAP>,
    value: *mut c_void,
    valuesize: u32,
    index: Option<*mut u32>,
    asynccontext: Option<*const WS_ASYNC_CONTEXT>,
    error: Option<*const WS_ERROR>
) -> Result<()>