[][src]Type Definition solana_sdk::entrypoint_native::Entrypoint

type Entrypoint = unsafe extern "C" fn(program_id: &Pubkey, keyed_accounts: &[KeyedAccount], instruction_data: &[u8]) -> Result<(), InstructionError>;