ndk
ndk copied to clipboard
Expose internal pointer to AImage
- needed for doing some direct operation on AImage ptr (maybe unsafe)
- but anyways i think the library need not enforce AImage ptr to be hidden
Before doing this, I'd like to consistenize the current split between fn as_ptr(&self) -> *mut T versus fn ptr(&self) -> NonNull<T>, as well as the documentation comments and safety constraints.