Cast a int object in python to int64_t.
int
int64_t
bool py_castint( py_Ref arg0, ffi.Pointer<py_i64> out, ) { return _py_castint( arg0, out, ); }