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