RelinquishSemaphoreInfo method

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

Implementation

void RelinquishSemaphoreInfo(
  ffi.Pointer<ffi.Pointer<SemaphoreInfo>> arg0,
) {
  return _RelinquishSemaphoreInfo(
    arg0,
  );
}