class FFI::Pointer

def read_int

Read a C int from the memory pointed to.
def read_int
  get_int32(0)
end