[−][src]Type Definition libxslt::bindings::xmlReallocFunc
type xmlReallocFunc = Option<unsafe extern "C" fn(*mut c_void, usize) -> *mut c_void>;
xmlReallocFunc: @mem: an already allocated block of memory @size: the new size requested in bytes
Signature for a realloc() implementation.
Returns a pointer to the newly reallocated block or NULL in case of error.