pub type NativeComponent<'a> = UnixComponent<'a>;
Component that is native to the platform during compilation
Component
enum NativeComponent<'a> { RootDir, CurDir, ParentDir, Normal(&'a [u8]), }