PFNGLGETPROGRAMNAMEDPARAMETERDVNVPROC typedef
        PFNGLGETPROGRAMNAMEDPARAMETERDVNVPROC =
     Void Function(Uint32 id, Uint32 len, Pointer<Uint8>  name, Pointer<Double>  params)
    
    
    
Implementation
typedef PFNGLGETPROGRAMNAMEDPARAMETERDVNVPROC =
    Void Function(
      Uint32 id,
      Uint32 len,
      Pointer<Uint8> name,
      Pointer<Double> params,
    );