castToFunc

actual fun <T> FFIPointer.castToFunc(type: KType, config: FFIFuncConfig): T
inline fun <T> FFIPointer.castToFunc(): T
expect fun <T> FFIPointer.castToFunc(type: KType, config: FFIFuncConfig = FFIFuncConfig.DEFAULT): T
actual fun <T> FFIPointer.castToFunc(type: KType, config: FFIFuncConfig): T
actual fun <T> FFIPointer.castToFunc(type: KType, config: FFIFuncConfig): T