PFNGLBINDIMAGETEXTUREEXTPROCDart typedef
        PFNGLBINDIMAGETEXTUREEXTPROCDart =
     void Function(int index, int texture, int level, int layered, int layer, int access, int format)
    
    
    
Implementation
typedef PFNGLBINDIMAGETEXTUREEXTPROCDart =
    void Function(
      int index,
      int texture,
      int level,
      int layered,
      int layer,
      int access,
      int format,
    );