pub unsafe extern "C" fn cass_value_get_bool(
    value: *const CassValue,
    output: *mut cass_bool_t
) -> CassError
Expand description

Gets a bool for the specified value.

@public @memberof CassValue

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