patch_seq_symbol_to_string

Function patch_seq_symbol_to_string 

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

Convert a Symbol to a String

Stack effect: ( Symbol – String )

§Safety

Stack must have a Symbol on top.