PFNGLMULTIDRAWELEMENTSINDIRECTBINDLESSNVPROCDart typedef
        PFNGLMULTIDRAWELEMENTSINDIRECTBINDLESSNVPROCDart =
     void Function(int mode, int type, Pointer<NativeType>  indirect, int drawCount, int stride, int vertexBufferCount)
    
    
    
Implementation
typedef PFNGLMULTIDRAWELEMENTSINDIRECTBINDLESSNVPROCDart =
    void Function(
      int mode,
      int type,
      Pointer<NativeType> indirect,
      int drawCount,
      int stride,
      int vertexBufferCount,
    );