PFNGLGETNUNIFORMFVARBPROCDart typedef
        PFNGLGETNUNIFORMFVARBPROCDart =
     void Function(int program, int location, int bufSize, Pointer<Float>  params)
    
    
    
Implementation
typedef PFNGLGETNUNIFORMFVARBPROCDart =
    void Function(
      int program,
      int location,
      int bufSize,
      Pointer<Float> params,
    );