Function 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.