pub unsafe extern "system" fn CreateConsoleScreenBuffer(
    dwdesiredaccess: u32,
    dwsharemode: u32,
    lpsecurityattributes: *const SECURITY_ATTRIBUTES,
    dwflags: u32,
    lpscreenbufferdata: *mut c_void
) -> HANDLE
Expand description

Required features: "Win32_System_Console", "Win32_Foundation", "Win32_Security"