[][src]Type Definition absperf_minilzo_sys::lzo_decompress_t

type lzo_decompress_t = Option<unsafe extern "C" fn(src: *const c_uchar, src_len: lzo_uint, dst: *mut c_uchar, dst_len: *mut lzo_uint, wrkmem: *mut c_void) -> c_int>;