pub unsafe extern "C-unwind" fn DASessionCreate(
allocator: Option<&CFAllocator>,
) -> Option<CFRetained<DASession>>Available on crate feature
DASession only.Expand description
Creates a new session.
Returns: A reference to a new DASession.
The caller of this function receives a reference to the returned object. The caller also implicitly retains the object and is responsible for releasing it.