pub unsafe extern "C" fn __quantum__qis__measure__body(
    paulis: *const QirArray,
    qubits: *const QirArray
) -> *mut c_void
Expand description

QIR API that performs joint measurement of the given qubits in the corresponding Pauli bases, returning the parity as a runtime managed result value.

Safety

This function should only be called with arrays created by the QIR runtime library.

Panics

This function will panic if the provided paulis and qubits arrays are not of the same size.