PFNGLGETUNIFORMFVARBPROCDart typedef
        PFNGLGETUNIFORMFVARBPROCDart =
     void Function(Pointer<NativeType>  programObj, int location, Pointer<Float>  params)
    
    
    
Implementation
typedef PFNGLGETUNIFORMFVARBPROCDart =
    void Function(
      Pointer<NativeType> programObj,
      int location,
      Pointer<Float> params,
    );