PFNGLMULTIDRAWRANGEELEMENTARRAYAPPLEPROC typedef
        PFNGLMULTIDRAWRANGEELEMENTARRAYAPPLEPROC =
     Void Function(Uint32 mode, Uint32 start, Uint32 end, Pointer<Int32>  first, Pointer<Uint32>  count, Uint32 primcount)
    
    
    
Implementation
typedef PFNGLMULTIDRAWRANGEELEMENTARRAYAPPLEPROC =
    Void Function(
      Uint32 mode,
      Uint32 start,
      Uint32 end,
      Pointer<Int32> first,
      Pointer<Uint32> count,
      Uint32 primcount,
    );