PFNGLMULTIDRAWARRAYSINDIRECTAMDPROCDart typedef
        PFNGLMULTIDRAWARRAYSINDIRECTAMDPROCDart =
     void Function(int mode, Pointer<NativeType>  indirect, int primcount, int stride)
    
    
    
Implementation
typedef PFNGLMULTIDRAWARRAYSINDIRECTAMDPROCDart =
    void Function(
      int mode,
      Pointer<NativeType> indirect,
      int primcount,
      int stride,
    );