#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_hex_decode(stack: Stack) -> StackExpand description
Decode a hexadecimal string
Stack effect: ( String – String Bool )
Returns the decoded string and true on success, empty string and false on failure. Accepts both uppercase and lowercase hex characters.
§Safety
Stack must have a String value on top