pub unsafe fn DlgDirSelectComboBoxExW<P0>(
    hwnddlg: P0,
    lpstring: &mut [u16],
    idcombobox: i32
) -> Result<()>
where P0: IntoParam<HWND>,