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