pub unsafe fn style_set_anim( style: *mut Style, value: *const Anim, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.