pub type ArgValue = ArgValue;
Statement query/execute argument value.
pub enum ArgValue { I64(i64), F64(f64), String(String), Bytes(Vec<u8>), Null, }