pub unsafe fn slider_set_orientation( obj: *mut Object, orientation: SliderOrientation, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.