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