Huw Davies (@huw) commented about dlls/ntdll/unix/registry.c:
UNICODE_STRING nt_name; OBJECT_ATTRIBUTES new_attr = *file;
- TRACE("(%p,%p)\n", attr, file);
- TRACE( "(%p,%p,0x%x,%p,%p,0x%x,%p,%p)\n", attr, file, flags, trustkey, event, access, roothandle, iostatus );
Some kind of `FIXME()` if any of the (as yet) unsupported params are non-zero would be good.