#[unsafe(no_mangle)]pub const 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.