pub unsafe extern "system" fn JsCreateRuntime(
    attributes: JsRuntimeAttributes,
    runtimeversion: JsRuntimeVersion,
    threadservice: JsThreadServiceCallback,
    runtime: *mut *mut c_void
) -> JsErrorCode
Expand description

Required features: "Win32_System_Js"