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