pub unsafe fn PathSetDlgItemPathA<P0, P1>(hdlg: P0, id: i32, pszpath: P1)
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>,