public static extern JsErrorCode JsCreateContext(JsRuntimeHandle runtime, out JsContextRef context);
public static extern JsErrorCode JsDisposeRuntime(JsRuntimeHandle runtime);
public static extern JsErrorCode JsCreateRuntime(JsRuntimeAttributes attributes, JsThreadServiceCallback threadService, out JsRuntimeHandle runtime);