pub fn transfer(
    from_account: &mut NativeAccountData,
    to_account: &mut NativeAccountData,
    amount: u64
)