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