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