Function windows::Win32::NetworkManagement::WNet::WNetGetUniversalNameA

pub unsafe fn WNetGetUniversalNameA<P0>(
    lplocalpath: P0,
    dwinfolevel: UNC_INFO_LEVEL,
    lpbuffer: *mut c_void,
    lpbuffersize: *mut u32
) -> WIN32_ERROR
where P0: Param<PCSTR>,