macro_rules! entrypoint {
    ($process_instruction:ident) => { ... };
}
👎Deprecated since 1.4.3: use solana_program::entrypoint::entrypoint instead