pub fn build_spl_token_instructions(
    allocation: &Allocation,
    args: &DistributeTokensArgs,
    do_create_associated_token_account: bool
) -> Vec<Instruction>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator