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