1 cdef extern from "libxml/uri.h": 2 ctypedef struct xmlURI 3 4 cdef xmlURI* xmlParseURI(char* str) 5 cdef void xmlFreeURI(xmlURI* uri)