pub unsafe extern "C" fn otSrpServerHostGetFullName(
aHost: *const otSrpServerHost,
) -> *const c_char
Expand description
Returns the full name of the host.
@param[in] aHost A pointer to the SRP service host.
@returns A pointer to the null-terminated host name string.