pub type Client { Client(host: String, key: String) }
Client(host: String, key: String)
pub const create: fn(String, String) -> Client