pub unsafe extern "C" fn SCIPexistsDialog( scip: *mut SCIP, dialog: *mut SCIP_DIALOG, ) -> c_uint
returns if the dialog already exists
@return TRUE is returned if the dialog exists, otherwise FALSE.