pub(crate) fn get_path_from_function_name_and_generic_context(
    function_name: &str,
    is_own_crate: bool,
    output_nando_path: bool,
    generic_mapping_context: &GenericVariableMappingContext
) -> Path