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-objfw only.