pub unsafe fn style_remove_prop( style: *mut Style, prop: StyleProp, ) -> Result<bool>
This function is unsafe because it may dereference raw pointers.