pub unsafe fn SHGetFolderPathAndSubDirA<P0, P1, P2>(
    hwnd: P0,
    csidl: i32,
    htoken: P1,
    dwflags: u32,
    pszsubdir: P2,
    pszpath: &mut [u8; 260]
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<HANDLE>, P2: IntoParam<PCSTR>,