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

Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"