#[unsafe(no_mangle)]pub unsafe extern "C" fn __xmlMalloc() -> *mut xmlMallocFuncExpand description
Upstream xmlMallocFunc *__xmlMalloc(void).
§Safety
- The returned pointer is the address of the exported
xmlMallocvariable; it stays valid for the process lifetime and may be read or written through exactly like upstream’s thread-local allocator slot.