pub unsafe extern "system" fn DialogBoxIndirectParamW(
    hinstance: HINSTANCE,
    hdialogtemplate: *const DLGTEMPLATE,
    hwndparent: HWND,
    lpdialogfunc: DLGPROC,
    dwinitparam: LPARAM,
) -> isize