#[unsafe(no_mangle)]pub extern "C" fn xmlInitMemory() -> c_intExpand description
Initialize the memory layer with debugging support.
ยงUPSTREAM-PARITY
int xmlInitMemory(void);Initializes the memory subsystem. Returns 0 on success.
This is called automatically by xmlInitParser.