pub unsafe fn JS_DefineFunctions(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    fs: *const JSFunctionSpec
) -> bool