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.