pub fn combine_lo_hi_u64(
    amount_lo: u64,
    amount_hi: u64,
    bit_length: usize
) -> u64