windows::Win32::UI::Shell

Function PathRelativePathToW

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