Function emscripten_websocket_set_onopen_callback_on_thread

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