Function regorust::regoVersionSize

source ยท
pub unsafe extern "C" fn regoVersionSize() -> regoSize
Expand description

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