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