#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlParserValidityWarningV(
ctx: *mut c_void,
msg: *const c_char,
ap: *mut VaListTag,
) -> c_intExpand description
Variadic receiver for the xmlParserValidityWarning shim.
ยงSafety
msgmust be a valid NUL-terminated printf format string,apa valid va_list matching the format,ctxmay be NULL.