pub fn deserialize_parameters(
instruction_context: &InstructionContext<'_>,
stricter_abi_and_runtime_constraints: bool,
account_data_direct_mapping: bool,
buffer: &[u8],
accounts_metadata: &[SerializedAccountMetadata],
) -> Result<(), InstructionError>