pub unsafe extern "C" fn cass_value_get_bytes(
    value: *const CassValue,
    output: *mut *const cass_byte_t,
    output_size: *mut usize
) -> CassError
Expand description

Gets the bytes of the specified value.

@public @memberof CassValue

@param[in] value @param[out] output @param[out] output_size @return CASS_OK if successful, otherwise error occurred