Raise an exception by type and message. Always return false.
bool py_exception( int type, ffi.Pointer<ffi.Char> fmt, ) { return _py_exception( type, fmt, ); }