stdlib
1.3
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Native
stdlib
/
kotlin.native
/
asCPointer
as
CPointer
Native
fun
ImmutableBlob
.
asCPointer
(
offset
:
Int
=
0
)
:
CPointer
<
ByteVar
>
(
source
)
Returns stable C pointer to data at certain
offset
, useful as a way to pass resource to C APIs.
Since Kotlin
1.3
See also
CPointer