Function wxd_TaskBarIcon_ShowBalloon

Source
pub unsafe extern "C" fn wxd_TaskBarIcon_ShowBalloon(
    taskbar: *mut wxd_TaskBarIcon_t,
    title: *const c_char,
    text: *const c_char,
    timeout: c_uint,
    flags: c_int,
    icon: *const wxd_BitmapBundle_t,
) -> bool