pub unsafe fn PathRelativePathToW<P0, P1>(
    pszpath: &mut [u16; 260],
    pszfrom: P0,
    dwattrfrom: u32,
    pszto: P1,
    dwattrto: u32
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,