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