Function zstd_sys::ZSTD_createDDict_advanced [] [src]

pub unsafe extern "C" fn ZSTD_createDDict_advanced(
    dict: *const c_void,
    dictSize: usize,
    dictLoadMethod: ZSTD_dictLoadMethod_e,
    customMem: ZSTD_customMem
) -> *mut ZSTD_DDict

ZSTD_createDDict_advanced() : Create a ZSTD_DDict using external alloc and free, optionally by reference