Function regorust::regoBuildInfoSize
source ยท pub unsafe extern "C" fn regoBuildInfoSize() -> regoSizeExpand description
@brief Returns the number of bytes needed to store a 0-terminated string representing the build info. @details The value returned by this function can be used to allocate a buffer to pass to ::regoBuildInfo. @return The number of bytes needed to store the build info.