pub unsafe extern "C" fn emscripten_websocket_set_onclose_callback_on_thread( socket: c_int, userData: *mut c_void, callback: em_websocket_close_callback_func, targetThread: pthread_t, ) -> c_int