pub type cc_filepath = cc_winstring;
struct cc_filepath { pub uni: [u16; 300], pub ansi: [i8; 300], }
uni: [u16; 300]
ansi: [i8; 300]