pub unsafe extern "C" fn __quantum__rt__result_record_output(
result: *mut c_void,
tag: *mut i8,
)
Expand description
QIR API for recording the given result into the program output.
ยงSafety
This function will panic if the tag cannot be written to the output buffer.