pub unsafe fn xml_relaxng_get_valid_errors(
ctxt: XmlRelaxNGValidCtxtPtr,
err: *mut Option<GenericError>,
warn: *mut Option<GenericError>,
ctx: *mut Option<GenericErrorContext>,
) -> i32Expand description
Get the error and warning callback information
Returns -1 in case of error and 0 otherwise