Function windows::Win32::NetworkManagement::WNet::WNetAddConnectionW

pub unsafe fn WNetAddConnectionW<P0, P1, P2>(
    lpremotename: P0,
    lppassword: P1,
    lplocalname: P2
) -> WIN32_ERROR
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,