pub unsafe fn WsSetMessageProperty(
    message: *const WS_MESSAGE,
    id: WS_MESSAGE_PROPERTY_ID,
    value: *const c_void,
    valuesize: u32,
    error: Option<*const WS_ERROR>
) -> Result<()>