Function zstd_sys::ZSTD_createCDict_advanced [] [src]

pub unsafe extern "C" fn ZSTD_createCDict_advanced(
    dict: *const c_void,
    dictSize: usize,
    byReference: c_uint,
    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