pub unsafe fn object_has_style_prop( obj: *const Object, selector: StyleSelector, prop: StyleProp, ) -> Result<bool>
This function is unsafe because it may dereference raw pointers.