fn parse_display_direct_path(
dpy_name: &str,
file_exists: impl Fn(&str) -> bool,
) -> Result<ParsedDisplay, DisplayParsingError>
fn parse_display_direct_path(
dpy_name: &str,
file_exists: impl Fn(&str) -> bool,
) -> Result<ParsedDisplay, DisplayParsingError>