pub unsafe extern "C" fn fig_editor_move_key(
editor: *mut FigEditor,
src_path: *const FigPathSegment,
src_path_len: usize,
dest_path: *const FigPathSegment,
dest_path_len: usize,
) -> FigStatuspub unsafe extern "C" fn fig_editor_move_key(
editor: *mut FigEditor,
src_path: *const FigPathSegment,
src_path_len: usize,
dest_path: *const FigPathSegment,
dest_path_len: usize,
) -> FigStatus