LZ_compress_open

Function LZ_compress_open 

Source
pub unsafe extern "C" fn LZ_compress_open(
    dictionary_size: c_int,
    match_len_limit: c_int,
    member_size: c_ulonglong,
) -> *mut LZ_Encoder