#[no_mangle]
pub extern "C" fn sg_path_arena_symbol_stack_cells(
    paths: *const sg_path_arena
) -> sg_symbol_stack_cells
Expand description

Returns a reference to the array of symbol stack content in a path arena. The resulting array pointer is only valid until the next call to any function that mutates the path arena.