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