Type Definition minilzo_sys::lzo_decompress_dict_t [] [src]

type lzo_decompress_dict_t = Option<unsafe extern "C" fn(_: *const c_uchar, _: lzo_uint, _: *mut c_uchar, _: *mut lzo_uint, _: *mut c_void, _: *const c_uchar, _: lzo_uint) -> c_int>;