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