windows::Win32::UI::Shell

Function PathCommonPrefixW

pub unsafe fn PathCommonPrefixW<P0, P1>(
    pszfile1: P0,
    pszfile2: P1,
    achpath: Option<&mut [u16; 260]>,
) -> i32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,