pub unsafe extern "C" fn otSrpClientBuffersGetHostAddressesArray(
    aInstance: *mut otInstance,
    aArrayLength: *mut u8
) -> *mut otIp6Address
Expand description

Gets the array of IPv6 address entries to use as SRP client host address list.

@param[in] aInstance A pointer to the OpenThread instance. @param[out] aArrayLength Pointer to a variable to return the array length i.e., number of IPv6 address entries in the array (MUST NOT be NULL).

@returns A pointer to an array of otIp6Address entries (number of entries is returned in @p aArrayLength).