PySys_FormatStderr method Null safety

void PySys_FormatStderr (
  1. Pointer<Int8> format
)

Implementation

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