pub fn serialize_parameters_unaligned(
    program_id: &Pubkey,
    keyed_accounts: &[KeyedAccount<'_>],
    instruction_data: &[u8]
) -> Result<AlignedMemory, InstructionError>