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