[][src]Function spatialite_sys::gaiaXmlBlobGetSchemaURI

pub unsafe extern "C" fn gaiaXmlBlobGetSchemaURI(
    blob: *const c_uchar,
    size: c_int
) -> *mut c_char

Return the SchemaURI from a valid XmlBLOB buffer

\param blob pointer to the XmlBLOB buffer. \param size XmlBLOB's size (in bytes).

\return the SchemaURI for any valid XmlBLOB containing a SchemaURI; NULL in any other case.

\sa gaiaXmlGetInternalSchemaURI

\note the returned SchemaURI corresponds to dynamically allocated memory: so you are responsible to free() it before or after.