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

Gets the number of sub-types of the service.

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

@returns The number of sub-types of @p aService.