pointer
Pin
The internal, unstable field of `Pin` can conflict with fields from the inner type accessed via the `Deref` impl. Rename it from `pointer` to `__pointer`, to make it less likely to conflict with anything else.
Update tests
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
::{core,std}::pin::pin!