usePointer

actual inline fun <T> FFIMemory.usePointer(block: (pointer: FFIPointer) -> T): T
actual inline fun <T> Buffer.usePointer(block: (pointer: FFIPointer) -> T): T
expect inline fun <T> FFIMemory.usePointer(block: (pointer: FFIPointer) -> T): T
expect inline fun <T> Buffer.usePointer(block: (pointer: FFIPointer) -> T): T
actual inline fun <T> Buffer.usePointer(block: (pointer: FFIPointer) -> T): T
actual inline fun <T> FFIMemory.usePointer(block: (pointer: FFIPointer) -> T): T
actual inline fun <T> Buffer.usePointer(block: (pointer: FFIPointer) -> T): T