Skip to main content

xmlMallocFunc

Type Alias xmlMallocFunc 

Source
pub type xmlMallocFunc = unsafe extern "C" fn(size: usize) -> *mut c_void;
Expand description

Malloc function type for allocator hooks.