Function hirofa_quickjs_sys::JS_SetModuleExport

source ยท
pub unsafe extern "C" fn JS_SetModuleExport(
    ctx: *mut JSContext,
    m: *mut JSModuleDef,
    export_name: *const c_char,
    val: JSValue,
) -> c_int