pub unsafe fn JsCreateContext<P0>(
    runtime: *const c_void,
    debugapplication: P0,
    newcontext: *mut *mut c_void
) -> JsErrorCode
where P0: IntoParam<IDebugApplication64>,