pub fn parse_resolv_conf<T: AsRef<[u8]>>(
    data: T
) -> Result<(ResolverConfig, ResolverOpts)>
Available on crate feature system-config and Unix only.