pub fn system_get_version_string() -> &'static str
Expand description

Return a version string describing the system (kernel). This string never changes.

Wraps the zx_system_get_version_string syscall.