#[unsafe(no_mangle)]pub unsafe extern "C" fn son_dump_pretty(stack: *mut u64) -> *mut u64Expand 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