etebase_collection_list_response_destroy method
Destroy the object
@param this_ the object handle
Implementation
void etebase_collection_list_response_destroy(
ffi.Pointer<EtebaseCollectionListResponse> this_,
) {
return _etebase_collection_list_response_destroy(
this_,
);
}