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

Returns the host which the service instance reside on.

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

@returns A pointer to the host instance.