Function r_core::r_inflate_raw[][src]

pub unsafe extern "C" fn r_inflate_raw(
    src: *const c_uchar,
    srcLen: c_int,
    srcConsumed: *mut c_int,
    dstLen: *mut c_int
) -> *mut c_uchar