__quantum__rt__qubit_to_string

Function __quantum__rt__qubit_to_string 

Source
#[unsafe(no_mangle)]
pub extern "C" fn __quantum__rt__qubit_to_string( qubit: *mut c_void, ) -> *const CString
Expand description

QIR API for getting the string interpretation of a qubit identifier.

ยงPanics

This function will panic if memory cannot be allocated for the underyling string.