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 instanceicon_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