Ah, I believe I have figured out the format (at least partially). Here was the original constructor:
Foo::Foo():Mut1(FALSE, NULL, &Security),
Mut2(FALSE, NULL, &Security),
Mut3(FALSE, NULL, &Security),
Mut4(FALSE, NULL, &Security)
{}
Everything after the...