pub type Q64<const F: i8> = Q<i64, i128, F>;
Fixed point i64 with i128 accumulator
i64
i128
pub struct Q64<const F: i8> { /* private fields */ }