pub unsafe extern "C-unwind" fn DADissenterGetStatusString(
dissenter: &DADissenter,
) -> Option<CFRetained<CFString>>Available on crate feature
DADissenter only.Expand description
Obtains the return code string.
Parameter dissenter: The DADissenter for which to obtain the return code string.
Returns: The return code string.