Function windows::Win32::Graphics::Printing::ConfigurePortW

pub unsafe fn ConfigurePortW<P0, P1, P2>(
    pname: P0,
    hwnd: P1,
    pportname: P2,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<HWND>, P2: Param<PCWSTR>,