[][src]Type Definition libxslt::bindings::xmlFreeFunc

type xmlFreeFunc = Option<unsafe extern "C" fn(*mut c_void)>;

xmlFreeFunc: @mem: an already allocated block of memory

Signature for a free() implementation.