pub fn get_binary_name(l: usize) -> Option<String>
Expand description

Gets the binary file name of the current process.

Returns None on failure. This is not supported on all architectures (in which case NULL is returned).