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

Returns the service instance label (first label in instance name) of the service.

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

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