pub fn alt_bn128_g1_decompress(
    g1_bytes: &[u8]
) -> Result<[u8; 64], AltBn128CompressionError>