pub fn split_u64_into_u32(amount: u64) -> (u32, u32)
Expand description

Split u64 number into two u32 numbers