[][src]Type Definition miniz_oxide_c_api::lib_oxide::mz_free_func

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

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