Function objc_sys::object_setInstanceVariable

source ยท
pub unsafe extern "C" fn object_setInstanceVariable(
    obj: *mut objc_object,
    name: *const c_char,
    value: *mut c_void
) -> *const objc_ivar
๐Ÿ‘ŽDeprecated: Not needed since ARC
Available on non-crate feature unstable-objfw only.