pub const POWER_LEVEL_MAX: i64 = 0x001F_FFFF_FFFF_FFFF;
The maximum power level that can be set, according to the Matrix specification.
This is the same value as MAX_SAFE_INT from the js_int crate.
MAX_SAFE_INT
js_int