pub unsafe extern "C" fn fig_editor_move_item( editor: *mut FigEditor, path: *const FigPathSegment, path_len: usize, from: usize, to: usize, ) -> FigStatus