Function windows::Win32::Graphics::Printing::DeletePortW

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