#[no_mangle]
pub extern "C" fn sg_stack_graph_source_infos(
    graph: *const sg_stack_graph
) -> sg_source_infos
Expand description

Returns a reference to the array of source information in this stack graph. The resulting array pointer is only valid until the next call to any function that mutates the stack graph.