Type Definition miniz_oxide_c_api::mz_free_func[][src]

pub type mz_free_func = unsafe extern "C" fn(_: *mut c_void, _: *mut c_void);
Expand description

Signature of function used to free the compressor/decompressor structs.