#[unsafe(no_mangle)]pub extern "C" fn xmlDefaultSAXHandlerInit()Expand description
Upstream xmlDefaultSAXHandlerInit (SAX2.c) — fills the
xmlDefaultSAXHandler global. The candidate’s default handler is built
on demand; this initializes the exported default-handler global when it
is added (currently tracked in R-000135). No-op for now.
§UPSTREAM-PARITY
void xmlDefaultSAXHandlerInit(void);