pub unsafe fn JS_DefineProperties(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    ps: *const JSPropertySpec
) -> bool