pub unsafe extern "C" fn compress_alloc(
    compress_buff_size: u16
) -> *mut Compress
Expand description

Allocate encoder and decoder

Returns:

  • Compress instance

Arguments

  • compress_buff_size - size of decoder and encoder buffer to allocate