Function emscripten_set_beforeunload_callback_on_thread

Source
pub unsafe extern "C" fn emscripten_set_beforeunload_callback_on_thread(
    userData: *mut c_void,
    callback: em_beforeunload_callback,
    targetThread: pthread_t,
) -> c_int