pub const fn u64_to_usize(num: u64) -> usize
Safely converts a u64 value to a usize value. This bypasses the Clippy lint check because we only support 64-bit platforms.