pub unsafe fn DStorageCreateCompressionCodec<T: ComInterface>(
    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.