compress_icon_alloc

Function compress_icon_alloc 

Source
pub unsafe extern "C" fn compress_icon_alloc(
    decode_buf_size: usize,
) -> *mut CompressIcon
Expand description

Initialize icon compressor

§Arguments

  • decode_buf_size (direction in) - The icon buffer size for decoding. Ensure that it’s big enough for any icons that you are planning to decode with it.

§Returns

Compress Icon instance