pub unsafe extern "C" fn cass_collection_append_custom(
    collection: *mut CassCollection,
    class_name: *const c_char,
    value: *const cass_byte_t,
    value_size: usize
) -> CassError
Expand description

Appends a “custom” to the collection.

@public @memberof CassCollection

@param[in] collection @param[in] class_name @param[in] value The value is copied into the collection object; the memory pointed to by this parameter can be freed after this call. @param[in] value_size @return CASS_OK if successful, otherwise an error occurred.