[][src]Function dqcsim::bindings::dqcs_arb_get_str

#[no_mangle]pub extern "C" fn dqcs_arb_get_str(
    arb: dqcs_handle_t,
    index: ssize_t
) -> *mut c_char

Returns the unstructured string argument at the specified index.

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