// SPDX-License-Identifier: MIT OR Apache-2.0
useunicode_script::Script;// Fallbacks to use after any script specific fallbacks
pubfncommon_fallback()->&'static[&'staticstr]{&[]}// Fallbacks to never use
pubfnforbidden_fallback()->&'static[&'staticstr]{&[]}// Fallbacks to use per script
pubfnscript_fallback(_script: Script, _locale:&str)->&'static[&'staticstr]{&[]}