pub unsafe fn WsCreateMessage(
    envelopeversion: WS_ENVELOPE_VERSION,
    addressingversion: WS_ADDRESSING_VERSION,
    properties: Option<&[WS_MESSAGE_PROPERTY]>,
    message: *mut *mut WS_MESSAGE,
    error: Option<*const WS_ERROR>
) -> Result<()>