pub unsafe extern "C" fn HAL_InitializeCompressor(
    module: i32,
    status: *mut i32
) -> HAL_CompressorHandle
Expand description

Initializes a compressor on the given PCM module.

@param module the module number @return the created handle