pub fn create_account_checked(
    from_pubkey: &Pubkey,
    stake_pubkey: &Pubkey,
    authorized: &Authorized,
    lamports: u64
) -> Vec<Instruction>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator