#[no_mangle]
pub extern "C" fn web_handle_mouse_event_handler(
    id: i64,
    x: f64,
    y: f64
)