Naming convention for non null type variables

suppose there are nested guard lets being used, the “it” is shadowed warning shows up. If I were to rename the variable’s non null type inside the lambda what convention should be followed. For example it could be that non null variable names can start with an underscore.