pub unsafe fn GetComboBoxInfo<P0>(
    hwndcombo: P0,
    pcbi: *mut COMBOBOXINFO
) -> Result<()>
where P0: IntoParam<HWND>,