pub unsafe fn DlgDirListComboBoxA<P0>(
    hdlg: P0,
    lppathspec: PSTR,
    nidcombobox: i32,
    nidstaticpath: i32,
    ufiletype: DLG_DIR_LIST_FILE_TYPE
) -> i32
where P0: IntoParam<HWND>,