[][src]Function miniz_oxide_c_api::tdefl_allocate

#[no_mangle]
pub unsafe extern "C" fn tdefl_allocate() -> *mut tdefl_compressor

Allocate a compressor.

This does initialize the struct, but not the inner constructor, tdefl_init has to be called before doing anything with it.