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