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