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

Required features: "Win32_Graphics_Printing", "Win32_Foundation"