Fence_waitAndDestroy function
void
Fence_waitAndDestroy()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<TFence>)>(isLeaf: true)
external void Fence_waitAndDestroy(
ffi.Pointer<TFence> tFence,
);