libz_sys

Function uncompress

source
pub unsafe extern "C" fn uncompress(
    dest: *mut Bytef,
    destLen: *mut c_ulong,
    source: *const Bytef,
    sourceLen: c_ulong,
) -> c_int