pub unsafe fn JS_NewContext(rt: *mut JSRuntime) -> *mut JSContext
The caller must ensure that rt is a valid pointer to a JSRuntime, and that the context is properly freed with JS_FreeContext.
rt