[]Function solana_vote_program::solana_vote_program

#[no_mangle]
pub extern "C" fn solana_vote_program(
    program_id: &Pubkey,
    keyed_accounts: &mut [KeyedAccount],
    data: &[u8]
) -> Result<(), InstructionError>