Type Definition rb_sys::rb_gvar_setter_t

source · []
pub type rb_gvar_setter_t = Option<unsafe extern "C" fn(val: VALUE, id: ID, data: *mut VALUE)>;