Function CreateDialogParamA

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