pub fn pid_name_matches_existing_client(
    sys: &mut impl SystemProcess,
    pidfile_value: Pid
) -> Result<bool, Error>