patch_seq_hex_encode

Function patch_seq_hex_encode 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_hex_encode(stack: Stack) -> Stack
Expand 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