[](p1)
public
Get the address as an Integer for the function
named name. The function is searched via dlsym on RTLD_NEXT.
See man(3) dlsym() for more info.
static VALUE
rb_fiddle_handle_s_sym(VALUE self, VALUE sym)
{
return fiddle_handle_sym(RTLD_NEXT, sym);
}