class FFI::Pointer

def read_long_long

Read a C long long from the memory pointed to.
def read_long_long
  get_int64(0)
end