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