pub unsafe fn DStorageCreateCompressionCodec<T>(
    format: DSTORAGE_COMPRESSION_FORMAT,
    numThreads: u32
) -> Result<T>where
    T: Interface,