Function zstd_sys::ZSTD_createDDict_advanced [] [src]

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

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