fn reject_nul(s: &str) -> Result<(), Box<dyn Error + Sync + Send>>
Returns an error if s contains a NUL character, which PostgreSQL rejects in text values.
s