pub unsafe extern "C" fn otNat64StateToString(
aState: otNat64State,
) -> *const c_charExpand description
Converts a given otNat64State to a human-readable string.
@param[in] aState The NAT64 state.
@returns The string representation of @p aState.