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