pub unsafe extern "C-unwind" fn AXValueCreate(
the_type: AXValueType,
value_ptr: NonNull<c_void>,
) -> Option<CFRetained<AXValue>>👎Deprecated: renamed to
AXValue::newAvailable on crate feature
AXValue only.