ActivateSemaphoreInfo method

void ActivateSemaphoreInfo(
  1. Pointer<Pointer<SemaphoreInfo>> arg0
)

Implementation

void ActivateSemaphoreInfo(
  ffi.Pointer<ffi.Pointer<SemaphoreInfo>> arg0,
) {
  return _ActivateSemaphoreInfo(
    arg0,
  );
}