fn createModule(self: *TranslateC) *std.Build.Module
Creates a private module from the translated source to be used by the current package, but not exposed to other packages depending on this one. addModule can be used instead to create a public module.
addModule
self: *TranslateC,