pub fn mouse_button_report(
    point: Point,
    button: MouseButton,
    modifiers: Modifiers,
    pressed: bool,
    mode: TermMode
) -> Option<Vec<u8>>