pub unsafe extern "C" fn icon_animation_alloc(
    icon: *const Icon
) -> *mut IconAnimation
Expand description

Allocate icon animation instance with const icon data.

always returns Icon or stops system if not enough memory

@param[in] icon pointer to Icon data

@return IconAnimation instance