Function regorust::regoOutputOk
source ยท pub unsafe extern "C" fn regoOutputOk(
output: *mut regoOutput,
) -> regoBooleanExpand description
@brief Returns whether the output is ok. @details If the output resulted in a valid query result, then this function will return true. Otherwise, it will return false, indicating that the output contains an error sequence. @param output The output. @return Whether the output is ok.