pub unsafe fn DStorageCreateCompressionCodec<T: Interface>(
format: DSTORAGE_COMPRESSION_FORMAT,
numThreads: u32,
) -> Result<T>Expand description
Runtime-loaded variant of crate::DStorageCreateCompressionCodec() from dstorage.dll
ยงSafety
Loads a raw pointer from dstorage.dll and casts it to a function to call.