Skip to main content

fig_editor_reorder_items

Function fig_editor_reorder_items 

Source
pub unsafe extern "C" fn fig_editor_reorder_items(
    editor: *mut FigEditor,
    path: *const FigPathSegment,
    path_len: usize,
    indices: *const usize,
    indices_len: usize,
) -> FigStatus