File name extensions supported natively by CreateProcess() on Windows.
pub const WindowsExtension = enum
pub const WindowsExtension = enum {
bat,
cmd,
com,
exe,
/// Length of the longest supported extension (in ASCII characters)
pub const max_len = 3;
}