useContents
inline fun <reified T : CStructVar, R> CValue<T>.useContents(
block: T.() -> R
): R
Calls the block with temporary copy if this value as receiver.
inline fun <reified T : CStructVar, R> CValue<T>.useContents(
block: T.() -> R
): R
Calls the block with temporary copy if this value as receiver.