pub fn alt_bn128_g2_decompress(
    g2_bytes: &[u8],
) -> Result<[u8; 128], AltBn128CompressionError>