CSIdentityQueryExecuteAsynchronously

Function CSIdentityQueryExecuteAsynchronously 

Source
pub unsafe extern "C-unwind" fn CSIdentityQueryExecuteAsynchronously(
    query: &CSIdentityQuery,
    flags: CSIdentityQueryFlags,
    client_context: *const CSIdentityQueryClientContext,
    run_loop: Option<&CFRunLoop>,
    run_loop_mode: Option<&CFString>,
) -> bool
👎Deprecated: renamed to CSIdentityQuery::execute_asynchronously
Available on crate features CSIdentity and CSIdentityQuery only.