pub unsafe extern "C-unwind" fn DADissenterCreate(
allocator: Option<&CFAllocator>,
status: DAReturn,
string: Option<&CFString>,
) -> CFRetained<DADissenter>Available on crate features
DADissenter and libc only.Expand description
Creates a new dissenter object.
Parameter allocator: The allocator object to be used to allocate memory.
Parameter status: The return code.
Parameter string: The return code string. Pass NULL for no reason.
Returns: A reference to a new DADissenter.