use c_void;
use log;
/// No-op for API parity with CUDA; Metal command buffers already sync via `waitUntilCompleted` before `run()` returns.
///
/// # Safety: `_queue` must be a valid Metal command queue.
pub unsafe
/// No-op on Metal. # Safety: no preconditions.
pub unsafe