pub unsafe fn WsWriteNode(
    writer: *const WS_XML_WRITER,
    node: *const WS_XML_NODE,
    error: Option<*const WS_ERROR>
) -> Result<()>