1#![allow(unused)] 2pub const fn bool_true() -> bool { 3 false 4} 5pub const fn bool_false() -> bool { 6 false 7}