pub unsafe fn WsSetWriterPosition(
    writer: *const WS_XML_WRITER,
    nodeposition: *const WS_XML_NODE_POSITION,
    error: Option<*const WS_ERROR>
) -> Result<()>