pub fn serialize_parameters(
instruction_context: &InstructionContext<'_>,
stricter_abi_and_runtime_constraints: bool,
account_data_direct_mapping: bool,
mask_out_rent_epoch_in_vm_serialization: bool,
) -> Result<(AlignedMemory<HOST_ALIGN>, Vec<MemoryRegion>, Vec<SerializedAccountMetadata>), InstructionError>