pub type xmlMallocFunc = unsafe extern "C" fn(size: usize) -> *mut c_void;
Malloc function type for allocator hooks.