pub fn with_mock_invoke_context<R, F: FnMut(&mut InvokeContext<'_>) -> R>( loader_id: Pubkey, account_size: usize, is_writable: bool, callback: F, ) -> R