Function WNetAddConnection3W
pub unsafe fn WNetAddConnection3W<P2, P3>(
hwndowner: Option<HWND>,
lpnetresource: *const NETRESOURCEW,
lppassword: P2,
lpusername: P3,
dwflags: NET_CONNECT_FLAGS,
) -> WIN32_ERRORwhere
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,