pub fn encode_bind(value: &Value, out: &mut Vec<u8>)
Append a bound parameter’s binary form.
A NULL writes nothing: it is carried entirely by the NULL bitmap, which is why this is a no-op rather than an error.