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