ma_semaphore_uninit function

  1. @Native<Void Function(Pointer<ma_semaphore>)>(ffi.Pointer<ma_semaphore>)>()
void ma_semaphore_uninit(
  1. Pointer<ma_semaphore> pSemaphore
)

Implementation

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