Type Definition libxml::bindings::xmlMallocFunc [−][src]
type xmlMallocFunc = Option<unsafe extern "C" fn(size: usize) -> *mut c_void>;
xmlMallocFunc: @size: the size requested in bytes
Signature for a malloc() implementation.
Returns a pointer to the newly allocated block or NULL in case of error.