pub unsafe fn system_unchecked(cmd: &str) -> i32
Runs command, assuming string contains null character at the end.
It is UB to pass string without (use macro c_lit to create such string)
c_lit