PyThread_tss_alloc method

Pointer<Py_tss_t> PyThread_tss_alloc()

Implementation

ffi.Pointer<Py_tss_t> PyThread_tss_alloc() {
  return _PyThread_tss_alloc();
}