pub unsafe extern "C" fn cass_column_meta_name(
    column_meta: *const CassColumnMeta,
    name: *mut *const c_char,
    name_length: *mut usize
)
Expand description

Gets the name of the column.

@public @memberof CassColumnMeta

@param[in] column_meta @param[out] name @param[out] name_length