pub fn read_initials<P: AsRef<Path>>(
    initials: P
) -> Result<Vec<Initial>, Block0Error>