PFNGLMULTIDRAWELEMENTSINDIRECTCOUNTARBPROCDart typedef
        PFNGLMULTIDRAWELEMENTSINDIRECTCOUNTARBPROCDart =
     void Function(int mode, int type, Pointer<NativeType>  indirect, Pointer<NativeType>  drawcount, int maxdrawcount, int stride)
    
    
    
Implementation
typedef PFNGLMULTIDRAWELEMENTSINDIRECTCOUNTARBPROCDart =
    void Function(
      int mode,
      int type,
      Pointer<NativeType> indirect,
      Pointer<NativeType> drawcount,
      int maxdrawcount,
      int stride,
    );