Function windows::Win32::UI::Shell::PathIsUNCEx

pub unsafe fn PathIsUNCEx<P0>(
    pszpath: P0,
    ppszserver: Option<*mut PCWSTR>
) -> BOOL
where P0: IntoParam<PCWSTR>,