pub unsafe extern "C" fn otPlatInfraIfDiscoverNat64PrefixDone(
    aInstance: *mut otInstance,
    aInfraIfIndex: u32,
    aIp6Prefix: *const otIp6Prefix
)
Expand description

The infra interface driver calls this method to notify OpenThread that the discovery of NAT64 prefix is done.

Is expected to be invoked after calling otPlatInfraIfDiscoverNat64Prefix. If no NAT64 prefix is discovered, @p aIp6Prefix shall point to an empty prefix with zero length.

@param[in] aInstance The OpenThread instance structure. @param[in] aInfraIfIndex The index of the infrastructure interface on which the NAT64 prefix is discovered. @param[in] aIp6Prefix A pointer to NAT64 prefix.