void MediaCreate( int media_id, ffi.Pointer<ffi.Utf8> uri, bool parse, ) { return _MediaCreate( media_id, uri, parse ? 1 : 0, ); }