Performs reboot-related operations.
fn reboot(cmd: u32, arg: &CStr) -> i32
The command to be executed.
An optional argument.
The argument is actually a void but currently only used as a string in one case.
reboot(2)