Ref6 method
Allocates o into slot '6', or returns nullptr if o is null.
Intended as a short-lived scratch reference within a single C call. Use RefUpdate6 if the callee may write back into the pointer.
Implementation
Pointer<T> Ref6([X? o]) => _Ref(o, '6');