pub unsafe extern "C" fn rb_define_attr(
    klass: Value,
    name: *const c_char,
    read: c_int,
    write: c_int
)