Function regorust::regoOutputJSONSize

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

@brief Returns the number of bytes needed to store a 0-terminated string representing the output as a human-readable string. @details The value returned by this function can be used to allocate a buffer to pass to ::regoOutputJSON. @param output The output. @return The number of bytes needed to store the output string.