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