# File lib/sqlite3/driver/dl/driver.rb, line 11
  def to_ptr
    ptr = DL.malloc(DL.sizeof("L"))
    ptr.set_object self
    ptr
  end