#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_push_symbol(
stack: Stack,
c_str: *const i8,
) -> StackExpand description
Push a C string literal onto the stack as a Symbol (for compiler-generated code)
Stack effect: ( – symbol )
§Safety
The c_str pointer must be valid and null-terminated