pub fn deserialize_parameters_aligned(
    keyed_accounts: &[KeyedAccount<'_>],
    buffer: &[u8],
    account_lengths: &[usize],
    do_support_realloc: bool
) -> Result<(), InstructionError>