Values.IpCountrySourceProvides information about the country that an IP address originated from.
type nonrec t = {code : string option;The two-character code, in ISO 3166-1 alpha-2 format, for the country that the IP address originated from. For example, US for the United States.
*)name : string option;The name of the country that the IP address originated from.
*)}