AXUIElementGetAttributeValueCount

Function AXUIElementGetAttributeValueCount 

Source
pub unsafe extern "C-unwind" fn AXUIElementGetAttributeValueCount(
    element: &AXUIElement,
    attribute: &CFString,
    count: NonNull<CFIndex>,
) -> AXError
👎Deprecated: renamed to AXUIElement::attribute_value_count
Available on crate features AXError and AXUIElement only.