pub fn topological_sort_modules() -> Option<Vec<&'static str>>
Compute a topological ordering of modules based on CORE_DEPS.
CORE_DEPS
Returns None if there is a cycle.
None