/* Based on code from sysinfo: https://crates.io/crates/sysinfo
* Original licenses: MIT
* Original author: Guillaume Gomez
* License file: https://github.com/GuillaumeGomez/sysinfo/blob/master/LICENSE
*/
/// Get the version of the currently running kernel.
///
/// **Note**: The kernel version might include arbitrary alphanumeric suffixes.
///
/// Returns `None` if an error occured.