Function windows::Win32::Graphics::Printing::AddPrinterConnection2W

pub unsafe fn AddPrinterConnection2W<P0, P1>(
    hwnd: P0,
    pszname: P1,
    dwlevel: u32,
    pconnectioninfo: *const c_void,
) -> BOOL
where P0: Param<HWND>, P1: Param<PCWSTR>,