etebase_collection_manager_destroy method
Destroy the object
@param this_ the object handle
Implementation
void etebase_collection_manager_destroy(
ffi.Pointer<EtebaseCollectionManager> this_,
) {
return _etebase_collection_manager_destroy(
this_,
);
}