#[no_mangle]
pub unsafe extern "C" fn tectonic_flate_free_decompressor(
    handle: *mut c_void
)
Expand description

Deallocate a DEFLATE decompressor.

Safety

This is a C API function, so it is unsafe.