[][src]Type Definition absperf_minilzo_sys::lzo_compress_t

type lzo_compress_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>;