ma_semaphore_uninit function
- @Native<Void Function(Pointer<
ma_semaphore> )>(ffi.Pointer<ma_semaphore>)>()
- Pointer<
ma_semaphore> pSemaphore
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ma_semaphore>)>()
external void ma_semaphore_uninit(ffi.Pointer<ma_semaphore> pSemaphore);