Function emscripten_websocket_send_binary

Source
pub unsafe extern "C" fn emscripten_websocket_send_binary(
    socket: c_int,
    binaryData: *mut c_void,
    dataLength: u32,
) -> c_int