Function regorust::regoOutputString

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

Returns the output represented as a human-readable string.

@param output The output. @return The output string.