pub unsafe fn SetCurrentConsoleFontEx<P0, P1>(
    hconsoleoutput: P0,
    bmaximumwindow: P1,
    lpconsolecurrentfontex: *const CONSOLE_FONT_INFOEX
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<BOOL>,