Skip to main content

xmlReallocFunc

Type Alias xmlReallocFunc 

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

Realloc function type for allocator hooks.