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