pub unsafe extern "C" fn otJoinerStateToString(
    aState: otJoinerState
) -> *const c_char
Expand description

Converts a given joiner state enumeration value to a human-readable string.

@param[in] aState The joiner state.

@returns A human-readable string representation of @p aState.