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