Function regorust::regoOutputSize

source ยท
pub unsafe extern "C" fn regoOutputSize(
    output: *mut regoOutput,
) -> regoSize
Expand description

Returns the number of results in the output.

Each query can potentially generate multiple results. This function returns the number of results in the output.