pub fn program_from_elf(
    config: Config,
    data: &[u8]
) -> Result<ProgramBlob<'_>, ProgramFromElfError>