pub unsafe extern "C" fn otSrpServerServiceGetServiceName(
    aService: *const otSrpServerService
) -> *const c_char
Expand description

Returns the full service name of the service.

@param[in] aService A pointer to the SRP service.

@returns A pointer to the null-terminated service name string.