pub unsafe fn JS_DefineUCProperty8(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    name: *const u16,
    namelen: usize,
    value: f64,
    attrs: c_uint
) -> bool