pub unsafe extern "C" fn JS_DefineProperties(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    ps: *const JSPropertySpec
) -> bool