pub unsafe extern "C" fn cass_statement_set_host_inet(
    statement: *mut CassStatement,
    host: *const CassInet,
    port: c_int
) -> CassError
Expand description

Same as cass_statement_set_host(), but with the CassInet type for the host instead of a string.

@public @memberof CassStatement

@param[in] statement @param[in] host @param[in] port @return CASS_OK if successful, otherwise an error occurred.