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