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