pub fn logos_div_i64(a: i64, b: i64) -> i64
checked_div is None on exactly the two slow cases (zero divisor, i64::MIN / -1); both re-route through the exact helper for the canonical error / exact-promotion narrow.
checked_div
None
i64::MIN / -1