#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_hex_encode(stack: Stack) -> StackExpand description
Encode a string to hexadecimal (lowercase)
Stack effect: ( String – String )
Each byte becomes two hex characters.
§Safety
Stack must have a String value on top