pub unsafe extern "C" fn __quantum__rt__qubit_release_array(
arr: *const QirArray,
)
Expand description
QIR API for releasing the given runtime managed qubit array.
ยงSafety
This function should only be called with arrays created by __quantum__rt__qubit_allocate_array
.