pub fn disassemble_from_str<N: Network>(
    program: &str
) -> Result<Stub, UtilError>