pub(crate) fn checked_add_opt(
    one: Option<usize>,
    other: Option<usize>
) -> Option<usize>