Function DialogBoxIndirectParamW

Source
pub unsafe extern "C" fn DialogBoxIndirectParamW(
    hInstance: HINSTANCE,
    hDialogTemplate: LPCDLGTEMPLATEW,
    hWndParent: HWND,
    lpDialogFunc: DLGPROC,
    dwInitParam: LPARAM,
) -> INT_PTR