Py_GetCompiler method Null safety

Pointer<Int8> Py_GetCompiler ()

Implementation

ffi.Pointer<ffi.Int8> Py_GetCompiler() {
  return _Py_GetCompiler();
}