pub unsafe fn install(cx: &mut JSContext, bun_obj: Handle<'_, *mut JSObject>)
Install the utility face on the Bun object.
Caller must ensure cx is a valid JSContext and bun_obj a live object.
cx
bun_obj