patch_seq_base64_encode

Function patch_seq_base64_encode 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_base64_encode( stack: Stack, ) -> Stack
Expand description

Encode a string to Base64 (standard alphabet with padding)

Stack effect: ( String – String )

§Safety

Stack must have a String value on top