pub unsafe fn pop_sv(stack: Stack) -> (Stack, StackValue)
Pop a StackValue directly from the stack
Stack must not be at base and must have at least one value.