Function CreateDialogParamW

Source
pub unsafe extern "C" fn CreateDialogParamW(
    hInstance: HINSTANCE,
    lpTemplateName: LPCWSTR,
    hWndParent: HWND,
    lpDialogFunc: DLGPROC,
    dwInitParam: LPARAM,
) -> HWND