supposed ASN.1 hexadecimal string
string index of ASN.1 TLV to get
hexadecimal string of ASN.1 octets
@getLh("0203010203", 0) -> "03"
@getLh("...040208ba", 3) -> "02" // TLV starts with 04020108...
@getLh("0282034f03...", 0) -> "82034f"
@getLh("02800203...", 0) -> "80" // ASN.1 BER infinite length
get ASN.1 length(L) octets for specified string index