//! Process sub-module
//!
//!## Required features:
///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)
pub unsafe
///Creates command with `c_lit` macro and pass it to system call