Current File : //proc/2891576/root/opt/hc_python/lib64/python3.12/site-packages/lxml/includes/uri.pxd
cdef extern from "libxml/uri.h" nogil:
    ctypedef struct xmlURI

    cdef xmlURI* xmlParseURI(char* str)
    cdef void xmlFreeURI(xmlURI* uri)