pub const fn get_msb(a: u64) -> u8
Calculate the most significant bit of the given 64-bit integer a, and returns it as a u8.
a