use c_void;
use log;
/// Metal command buffers already synchronize via `waitUntilCompleted` before
/// returning from `run()`. This is a no-op for API parity with the CUDA backend.
///
/// # Safety
/// `_queue` must be a valid Metal command queue handle.
pub unsafe
/// No-op on Metal.
///
/// # Safety
/// No preconditions.
pub unsafe