pub unsafe fn roller_set_selected_str( obj: *mut Object, sel_opt: *const c_char, anim: AnimEnable, ) -> Result<bool>
This function is unsafe because it may dereference raw pointers.