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