PFNGLGETPROGRAMPIPELINEINFOLOGPROCDart typedef
        PFNGLGETPROGRAMPIPELINEINFOLOGPROCDart =
     void Function(int pipeline, int bufSize, Pointer<Uint32>  length, Pointer<Int8>  infoLog)
    
    
    
Implementation
typedef PFNGLGETPROGRAMPIPELINEINFOLOGPROCDart =
    void Function(
      int pipeline,
      int bufSize,
      Pointer<Uint32> length,
      Pointer<Int8> infoLog,
    );