pub unsafe extern "C" fn cass_result_first_row(
result: *const CassResult,
) -> *const CassRowExpand description
Gets the first row of the result.
@public @memberof CassResult
@param[in] result @return The first row of the result. NULL if there are no rows.