CreateDialogIndirectParamA

Function CreateDialogIndirectParamA 

pub unsafe fn CreateDialogIndirectParamA(
    hinstance: Option<HINSTANCE>,
    lptemplate: *const DLGTEMPLATE,
    hwndparent: Option<HWND>,
    lpdialogfunc: DLGPROC,
    dwinitparam: LPARAM,
) -> Result<HWND>