Modules
Functions
- Close src_account and transfer lamports to dst_account, lifted from Solana Cookbook
- Create account almost from scratch, lifted from https://github.com/solana-labs/safecoin-program-library/tree/master/associated-token-account/program/src/processor.rs#L51-L98
- Resize an account using realloc, lifted from Solana Cookbook