compress_icon_decode

Function compress_icon_decode 

Source
pub unsafe extern "C" fn compress_icon_decode(
    instance: *mut CompressIcon,
    icon_data: *const u8,
    output: *mut *mut u8,
)
Expand description

Decompress icon

output pointer set by this function is valid till next compress_icon_decode or compress_icon_free call

ยงArguments

  • instance - The Compress Icon instance
  • icon_data - pointer to icon data.
  • output (direction in) - pointer to decoded buffer pointer. Data in buffer is valid till next call. If icon data was not compressed, pointer within icon_data is returned