pub unsafe extern "C" fn fig_editor_move_container(
editor: *mut FigEditor,
src_path: *const FigPathSegment,
src_path_len: usize,
dest_path: *const FigPathSegment,
dest_path_len: usize,
) -> FigStatusExpand description
A NULL dest_path means “to the end of the document” — distinct from a
zero-length path, which every other entry point reads as the root.