to_i()
Returns the memory address for this handle.
VALUE rb_dlhandle_to_i(VALUE self) { struct dl_handle *dlhandle; TypedData_Get_Struct(self, struct dl_handle, &dlhandle_data_type, dlhandle); return PTR2NUM(dlhandle); }