pub unsafe extern "C" fn M_synchronizeDevice(
device: *mut M_Device,
status: *mut M_Status,
)Expand description
Synchronizes the device, ensuring all operations complete.
This blocks until all pending operations on the device have completed.
@param device The device to synchronize. @param status The status object for reporting errors.