Skip to main content

rb_define_hooked_variable

Function rb_define_hooked_variable 

Source
pub unsafe extern "C" fn rb_define_hooked_variable(
    _: *const c_char,
    _: *mut VALUE,
    _: *mut extern "C" fn() -> VALUE,
    _: *mut extern "C" fn(),
)