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

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