pub type JSModuleLoaderFunc = Box<dyn Fn(&str, *mut c_void) -> String>;
struct JSModuleLoaderFunc(/* private fields */);