Functions

Link copied to clipboard
abstract fun allocationSize(value: KotlinType): ULong
Link copied to clipboard
abstract fun lift(value: FfiType): KotlinType
Link copied to clipboard
Link copied to clipboard
abstract fun lower(value: KotlinType): FfiType
Link copied to clipboard
Link copied to clipboard
abstract fun read(buf: ByteBuffer): KotlinType
Link copied to clipboard
abstract fun write(value: KotlinType, buf: ByteBuffer)