Function hirofa_quickjs_sys::JS_NewCModule
source ยท pub unsafe extern "C" fn JS_NewCModule(
ctx: *mut JSContext,
name_str: *const c_char,
func: JSModuleInitFunc,
) -> *mut JSModuleDef
pub unsafe extern "C" fn JS_NewCModule(
ctx: *mut JSContext,
name_str: *const c_char,
func: JSModuleInitFunc,
) -> *mut JSModuleDef