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

Returns a reference to the array of scope 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.