pub const fn eq_option_u64(left: Option<u64>, right: Option<u64>) -> bool
Compares two Option<u64> for equality.
Option<u64>