PySys_FormatStderr method Null safety
Implementation
void PySys_FormatStderr(
ffi.Pointer<ffi.Int8> format,
) {
return _PySys_FormatStderr(
format,
);
}
void PySys_FormatStderr(
ffi.Pointer<ffi.Int8> format,
) {
return _PySys_FormatStderr(
format,
);
}