pub fn flip_tick(
    tick_bitmap: &mut FastHashMap<i16, U256>,
    tick: i32,
    tick_spacing: i32,
) -> Result<(), UniswapV3MathError>