#[no_mangle]
pub unsafe extern "C" fn tectonic_flate_new_decompressor(
    input_ptr: *const u8,
    input_len: u64
) -> *mut c_void
Expand description

Allocate a new DEFLATE decompressor.

Safety

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