Type Definition libxml::bindings::xmlFreeFunc [−][src]
type xmlFreeFunc = Option<unsafe extern "C" fn(mem: *mut c_void)>;
xmlFreeFunc: @mem: an already allocated block of memory
Signature for a free() implementation.