Skip to main content

xmlParserValidityErrorV

Function xmlParserValidityErrorV 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlParserValidityErrorV( ctx: *mut c_void, msg: *const c_char, ap: *mut VaListTag, ) -> c_int
Expand description

Variadic receiver for the xmlParserValidityError shim.

ยงSafety

  • msg must be a valid NUL-terminated printf format string, ap a valid va_list matching the format, ctx may be NULL.