[−][src]Type Definition libxslt::bindings::xmlMallocFunc
type xmlMallocFunc = Option<unsafe extern "C" fn(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.