pub type NamedParams = Vec<(Cow<'static, str>, Value)>;
pub struct NamedParams { /* private fields */ }