tor_client_bootstrap method

bool tor_client_bootstrap(
  1. Pointer<Void> client
)

Implementation

bool tor_client_bootstrap(
  ffi.Pointer<ffi.Void> client,
) {
  return _tor_client_bootstrap(
    client,
  );
}