void setOptionInt64( String name, int value, ) { final ptr = calloc<Int64>(1)..value = value; setOptionAll( name, mpv_format.MPV_FORMAT_INT64, ptr.cast(), ); calloc.free(ptr); }