PFNGLCLEARNAMEDFRAMEBUFFERIVPROCDart typedef
        PFNGLCLEARNAMEDFRAMEBUFFERIVPROCDart =
     void Function(int framebuffer, int buffer, int drawbuffer, Pointer<Int32>  value)
    
    
    
Implementation
typedef PFNGLCLEARNAMEDFRAMEBUFFERIVPROCDart =
    void Function(
      int framebuffer,
      int buffer,
      int drawbuffer,
      Pointer<Int32> value,
    );