class FFI::Pointer

def write_long_long(obj)

Write +obj+ as a C long long at the memory pointed to.
def write_long_long(obj)
  put_int64(0, obj)
end