pub unsafe extern "system" fn PrinterMessageBoxW(
    hprinter: HANDLE,
    error: u32,
    hwnd: HWND,
    ptext: PCWSTR,
    pcaption: PCWSTR,
    dwtype: u32
) -> u32
Expand description

Required features: "Win32_Graphics_Printing", "Win32_Foundation"