compress_alloc

Function compress_alloc 

Source
pub unsafe extern "C" fn compress_alloc(
    type_: CompressType,
    config: *const c_void,
) -> *mut Compress
Expand description

Allocate encoder and decoder

§Arguments

  • type - Compression type
  • config (direction in) - Configuration for compression, specific to type

§Returns

Compress instance