Function ShellMessageBoxW

Source
pub unsafe extern "C" fn ShellMessageBoxW(
    hAppInst: HINSTANCE,
    hWnd: HWND,
    lpcText: LPCWSTR,
    lpcTitle: LPCWSTR,
    fuStyle: UINT,
    ...
) -> c_int