pub fn mock_process_instruction( loader_id: &Pubkey, program_indices: Vec<usize>, instruction_data: &[u8], keyed_accounts: &[(bool, bool, Pubkey, Rc<RefCell<AccountSharedData>>)], process_instruction: ProcessInstructionWithContext) -> Result<(), InstructionError>