Function WNetAddConnection2A
pub unsafe fn WNetAddConnection2A<P1, P2>(
lpnetresource: *const NETRESOURCEA,
lppassword: P1,
lpusername: P2,
dwflags: NET_CONNECT_FLAGS,
) -> WIN32_ERRORwhere
P1: Param<PCSTR>,
P2: Param<PCSTR>,