csoundCreateThreadPointer top-level property

Pointer<NativeFunction<create_thread_func>> csoundCreateThreadPointer
final

Implementation

final csoundCreateThreadPointer =
    lib.lookup<NativeFunction<create_thread_func>>("csoundCreateThread");