PFNGLPROGRAMNAMEDPARAMETER4DNVPROCDart typedef
        PFNGLPROGRAMNAMEDPARAMETER4DNVPROCDart =
     void Function(int id, int len, Pointer<Uint8>  name, double x, double y, double z, double w)
    
    
    
Implementation
typedef PFNGLPROGRAMNAMEDPARAMETER4DNVPROCDart =
    void Function(
      int id,
      int len,
      Pointer<Uint8> name,
      double x,
      double y,
      double z,
      double w,
    );