pub unsafe extern "C" fn JS_DefineFunctions(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    fs: *const JSFunctionSpec
) -> bool