pub unsafe fn GetCurrentConsoleFont<P0, P1>(
    hconsoleoutput: P0,
    bmaximumwindow: P1,
    lpconsolecurrentfont: *mut CONSOLE_FONT_INFO
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<BOOL>,