Function cloudflare_zlib_sys::uncompress[][src]

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