macro_rules! func_name { ($($ty:ty => $name:literal,)*) => { ... }; }
Declares the canonical FuncName of hand-written function structs. Functions generated by #[sqlfunc] get theirs from that macro instead.
FuncName
#[sqlfunc]