pub unsafe extern "C" fn JS_DefineProperty5(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const c_char,
    value: i32,
    attrs: c_uint
) -> bool