Function xmlRegexpPrint
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlRegexpPrint(compiled: *const XmlRegexp)
Expand description
Print a compiled regex for debugging.
§UPSTREAM-PARITY
void xmlRegexpPrint(FILE *output, xmlRegexpPtr compiled);
§SAFETY
compiled must be a valid pointer to an XmlRegexp, or NULL.