pub const WHITE_LIST: LocalKey<RefCell<HashMap<Principal, bool>>>;
A thread-local storage for the whitelist, mapping principals to their whitelisted status.