Function lz4::liblz4::LZ4_setStreamDecode

source ·
pub unsafe extern "C" fn LZ4_setStreamDecode(
    LZ4_stream: *mut LZ4StreamDecode,
    dictionary: *const u8,
    dict_size: i32,
) -> i32