pub unsafe fn tabview_rename_tab( obj: *mut Object, idx: u32, new_name: *const c_char, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.