cvClone克隆一個對象void* cvClone( const void* struct_ptr );struct_ptr定義被克隆的對象函式 cvClone 查找指定對象的類型,然後調用 clone。特別說明:返回void*指針的同時,cvClone實現為返回指針分配記憶體的功能。