pub type IndexedPropertySetterCallback<'s> = extern "C" fn(_: u32, _: Local<'s, Value>, _: *const PropertyCallbackInfo);
Expand description