#[no_mangle]
pub extern "C" fn sg_stack_graph_strings(
graph: *const sg_stack_graph,
) -> sg_strings
Expand description
Returns a reference to the array of string data in this stack graph. The resulting array pointer is only valid until the next call to any function that mutates the stack graph.