pub unsafe extern "C" fn otPlatRadioGetVersionString(
    aInstance: *mut otInstance
) -> *const c_char
Expand description

Get the radio version string.

This is an optional radio driver platform function. If not provided by platform radio driver, OpenThread uses the OpenThread version instead (@sa otGetVersionString()).

@param[in] aInstance The OpenThread instance structure.

@returns A pointer to the OpenThread radio version.