Function libcruby_sys::rb_protect [] [src]

pub unsafe extern fn rb_protect(
    try: extern fn(_: *mut void) -> VALUE,
    arg: *mut void,
    state: *mut RubyException
) -> VALUE