PFNGLGETQUERYBUFFEROBJECTUIVPROC typedef
        PFNGLGETQUERYBUFFEROBJECTUIVPROC =
     Void Function(Uint32 id, Uint32 buffer, Uint32 pname, Pointer<NativeType>  offset)
    
    
    
Implementation
typedef PFNGLGETQUERYBUFFEROBJECTUIVPROC =
    Void Function(
      Uint32 id,
      Uint32 buffer,
      Uint32 pname,
      Pointer<NativeType> offset,
    );