[][src]Function dqcsim::bindings::dqcs_handle_dump

#[no_mangle]pub extern "C" fn dqcs_handle_dump(handle: dqcs_handle_t) -> *mut c_char

Returns a debug dump of the object associated with the given handle.

On success, this returns a newly allocated string containing the description. Free it with free() when you're done with it to avoid memory leaks. On failure (i.e., the handle is invalid) this returns NULL.