Skip to main content

htmlDefaultSAXHandlerInit

Function htmlDefaultSAXHandlerInit 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn htmlDefaultSAXHandlerInit()
Expand description

Initialize the htmlDefaultSAXHandler global (upstream SAX2.c htmlDefaultSAXHandlerInit). The candidate’s htmlDefaultSAXHandler data symbol (data_globals.rs) is initialized statically, so this is a no-op for ABI compatibility — same convention as xmlDefaultSAXHandlerInit.

§UPSTREAM-PARITY

void htmlDefaultSAXHandlerInit(void);