pub unsafe extern "C" fn cass_data_type_new(
    type_: CassValueType
) -> *mut CassDataType
Expand description

Creates a new data type with value type.

@public @memberof CassDataType

@param[in] type @return Returns a data type that must be freed.

@see cass_data_type_free()