pub fn write_strings_to_npy<'a, S: 'a + AsRef<str>, I: 'a + Iterator<Item = S>, W: Write>(
    it: I,
    out: &mut W
) -> Result<()>