AXValueCreate

Function AXValueCreate 

Source
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 feature AXValue only.