pub type UserRow = (Vec<u8>, String, String, Option<String>);
(user_id_bytes, legacy_name, username, password_hash) — the four columns returned by every users lookup variant.
(user_id_bytes, legacy_name, username, password_hash)