pub unsafe fn DialogBoxIndirectParamA<P0, P1, P2>(
    hinstance: P0,
    hdialogtemplate: *const DLGTEMPLATE,
    hwndparent: P1,
    lpdialogfunc: DLGPROC,
    dwinitparam: P2
) -> isize
where P0: IntoParam<HINSTANCE>, P1: IntoParam<HWND>, P2: IntoParam<LPARAM>,