PFNGLGETPROGRAMRESOURCEFVNVPROCDart typedef
        PFNGLGETPROGRAMRESOURCEFVNVPROCDart =
     void Function(int program, int programInterface, int index, int propCount, Pointer<Uint32>  props, int count, Pointer<Uint32>  length, Pointer<Float>  params)
    
    
    
Implementation
typedef PFNGLGETPROGRAMRESOURCEFVNVPROCDart =
    void Function(
      int program,
      int programInterface,
      int index,
      int propCount,
      Pointer<Uint32> props,
      int count,
      Pointer<Uint32> length,
      Pointer<Float> params,
    );