pub unsafe fn style_copy(dst: *mut Style, src: *const Style) -> Result<()>
This function is unsafe because it may dereference raw pointers.