PyLong_AsDouble method Null safety
Implementation
double PyLong_AsDouble(
ffi.Pointer<PyObject> arg0,
) {
return _PyLong_AsDouble(
arg0,
);
}
double PyLong_AsDouble(
ffi.Pointer<PyObject> arg0,
) {
return _PyLong_AsDouble(
arg0,
);
}