Function emscripten_set_touchstart_callback_on_thread

Source
pub unsafe extern "C" fn emscripten_set_touchstart_callback_on_thread(
    target: *const c_char,
    userData: *mut c_void,
    useCapture: bool,
    callback: em_touch_callback_func,
    targetThread: pthread_t,
) -> c_int