otIp4ExtractFromIp6Address() function
Set @p aIp4Address by performing NAT64 address translation from @p aIp6Address as specified in RFC 6052. The NAT64 @p aPrefixLength MUST be one of the following values: 32, 40, 48, 56, 64, or 96, otherwise the behavior of this method is undefined.
Arguments
aPrefixLength
The prefix length to use for IPv4/IPv6 translation.
aIp6Address
A pointer to an IPv6 address.
aIp4Address
A pointer to output the IPv4 address.