pub unsafe extern "C" fn __quantum__qis__t__ctl(
    ctls: *const QirArray,
    qubit: *mut c_void
)
Expand description

QIR API for performing the multicontrolled T gate with the given qubits.

Safety

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