pub unsafe extern "system" fn DialogBoxIndirectParamA(
    hInstance: *mut HINSTANCE__,
    hDialogTemplate: *const DLGTEMPLATE,
    hWndParent: *mut HWND__,
    lpDialogFunc: Option<unsafe extern "system" fn(_: *mut HWND__, _: u32, _: usize, _: isize) -> isize>,
    dwInitParam: isize
) -> isize