PFNGLPROGRAMUNIFORM4FVPROC typedef
        PFNGLPROGRAMUNIFORM4FVPROC =
     Void Function(Uint32 program, Int32 location, Uint32 count, Pointer<Float>  value)
    
    
    
Implementation
typedef PFNGLPROGRAMUNIFORM4FVPROC =
    Void Function(
      Uint32 program,
      Int32 location,
      Uint32 count,
      Pointer<Float> value,
    );