Function cassandra_cpp_sys::cass_value_get_int64 [] [src]

pub unsafe extern "C" fn cass_value_get_int64(
    value: *const CassValue,
    output: *mut cass_int64_t
) -> CassError

Gets an int64 for the specified value.

@public @memberof CassValue

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