pub type CONSOLESETFOREGROUND = _CONSOLESETFOREGROUND;
#[repr(C)]pub struct CONSOLESETFOREGROUND { pub ProcessHandle: *mut c_void, pub Foreground: i32, }
ProcessHandle: *mut c_void
Foreground: i32