pub unsafe fn SetConsoleCtrlHandler<P0>(
    handlerroutine: PHANDLER_ROUTINE,
    add: P0
) -> Result<()>
where P0: IntoParam<BOOL>,