#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_son_dump(
stack: *mut StackValue,
) -> *mut StackValueExpand description
son.dump: Serialize top of stack to SON string (compact) Stack effect: ( Value – String )
§Safety
- The stack must be a valid stack pointer
- The stack must contain at least one value