pub unsafe extern "C" fn zlibCompress(
    datain: *const l_uint8,
    nin: usize,
    pnout: *mut usize
) -> *mut l_uint8