PFNGLVERTEXATTRIBP1UIVPROC typedef
        PFNGLVERTEXATTRIBP1UIVPROC =
     Void Function(Uint32 index, Uint32 type, Int32 normalized, Pointer<Uint32>  value)
    
    
    
Implementation
typedef PFNGLVERTEXATTRIBP1UIVPROC =
    Void Function(
      Uint32 index,
      Uint32 type,
      Int32 normalized,
      Pointer<Uint32> value,
    );