#[unsafe(no_mangle)]pub unsafe extern "C" fn stack_dump(sp: *mut u64) -> *mut u64
Dump all values on the stack (for REPL debugging).
Stack base must have been set and sp must be valid.