pub(in parse_token) fn parse_cpi_guard_instruction(
    instruction_data: &[u8],
    account_indexes: &[u8],
    account_keys: &AccountKeys<'_>
) -> Result<ParsedInstructionEnum, ParseInstructionError>