pub unsafe extern "C" fn JS_DefinePropertyById9(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    id: Handle<jsid>,
    value: f64,
    attrs: c_uint
) -> bool