void CMyClass::SomeFunc(void (*func)(int), std::fstream &file);
SomeFunc([&blob, &file] (int index) { //. . . } ,file);