OnImageLoad typedef
        OnImageLoad =
     void Function(Element ownerElement, int naturalWidth, int naturalHeight, int frameCount)
    
    
    
Implementation
typedef OnImageLoad = void Function(Element ownerElement, int naturalWidth, int naturalHeight, int frameCount);