pub unsafe fn object_get_style_prop( obj: *const Object, part: Part, prop: StyleProp, ) -> Result<StyleValue>
This function is unsafe because it may dereference raw pointers.