Also, it might help if you split your patch up into separate commits for each function you add a semi-stub for, i.e:
- Patch 1 might be `kernelbase: Add semi-stubs for CreateDirectoryTransactedA/W().` - Patch 2 might be `kernelbase: Add semi-stubs for CreateFileTransactedA/W().`
And so on.