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