PyList_DebugMallocStats method Null safety
Implementation
void PyList_DebugMallocStats(
ffi.Pointer<FILE> out,
) {
return _PyList_DebugMallocStats(
out,
);
}
void PyList_DebugMallocStats(
ffi.Pointer<FILE> out,
) {
return _PyList_DebugMallocStats(
out,
);
}