pub unsafe extern "system" fn DialogBoxParamA(
    hinstance: HINSTANCE,
    lptemplatename: PCSTR,
    hwndparent: HWND,
    lpdialogfunc: DLGPROC,
    dwinitparam: LPARAM
) -> isize
Expand description

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’