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