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