pub unsafe extern "C" fn JS_LoadModule(
    ctx: *mut JSContext,
    basename: *const c_char,
    filename: *const c_char
) -> JSValue