pub(crate) fn load_base_structure<B: Default>(
    dot_vox_data: &DotVoxData,
    to_block: impl FnMut(Rgb<u8>) -> B
) -> BaseStructure<B>