PFNGLNAMEDPROGRAMLOCALPARAMETER4FEXTPROCDart typedef
        PFNGLNAMEDPROGRAMLOCALPARAMETER4FEXTPROCDart =
     void Function(int program, int target, int index, double x, double y, double z, double w)
    
    
    
Implementation
typedef PFNGLNAMEDPROGRAMLOCALPARAMETER4FEXTPROCDart =
    void Function(
      int program,
      int target,
      int index,
      double x,
      double y,
      double z,
      double w,
    );