pub unsafe fn NewFunctionFromSpec(
    cx: *mut JSContext,
    fs: *const JSFunctionSpec,
    id: HandleId<'_>
) -> *mut JSFunction