pub fn get_symbol_path_from_environment(
    fallback_if_unset: &str
) -> Vec<NtSymbolPathEntry>
Expand description

Reads the _NT_SYMBOL_PATH environment variable and parses it. The parsed path entries use ~/sym as the default downstream store.