UnlockSemaphoreInfo method

void UnlockSemaphoreInfo(
  1. Pointer<SemaphoreInfo> arg0
)

Implementation

void UnlockSemaphoreInfo(
  ffi.Pointer<SemaphoreInfo> arg0,
) {
  return _UnlockSemaphoreInfo(
    arg0,
  );
}