pub fn patch_includes<'h>( lua: impl Into<Cow<'h, str>>, resolve: impl FnMut(&str) -> String, ) -> Cow<'h, str>
Resolve the Pico-8 “#include path.p8” statements without possible error.