Function windows::Win32::NetworkManagement::WNet::WNetAddConnection2W

pub unsafe fn WNetAddConnection2W<P0, P1>(
    lpnetresource: *const NETRESOURCEW,
    lppassword: P0,
    lpusername: P1,
    dwflags: u32
) -> WIN32_ERROR
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,