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