Function zstd_sys::ZSTD_createCDict_advanced [] [src]

pub unsafe extern "C" fn ZSTD_createCDict_advanced(
    dict: *const c_void,
    dictSize: usize,
    dictLoadMethod: ZSTD_dictLoadMethod_e,
    dictMode: ZSTD_dictMode_e,
    cParams: ZSTD_compressionParameters,
    customMem: ZSTD_customMem
) -> *mut ZSTD_CDict

ZSTD_createCDict_advanced() : Create a ZSTD_CDict using external alloc and free, and customized compression parameters