PyThread_allocate_lock method Null safety

Pointer<Void> PyThread_allocate_lock ()

Implementation

ffi.Pointer<ffi.Void> PyThread_allocate_lock() {
  return _PyThread_allocate_lock();
}