PFNGLMULTIDRAWELEMENTSINDIRECTAMDPROC typedef
        PFNGLMULTIDRAWELEMENTSINDIRECTAMDPROC =
     Void Function(Uint32 mode, Uint32 type, Pointer<NativeType>  indirect, Uint32 primcount, Uint32 stride)
    
    
    
Implementation
typedef PFNGLMULTIDRAWELEMENTSINDIRECTAMDPROC =
    Void Function(
      Uint32 mode,
      Uint32 type,
      Pointer<NativeType> indirect,
      Uint32 primcount,
      Uint32 stride,
    );