[][src]Function angelscript_sys::c_engine::asEngine_GetGCStatistics

pub unsafe extern "C" fn asEngine_GetGCStatistics(
    e: *mut asIScriptEngine,
    currentSize: *mut asUINT,
    totalDestroyed: *mut asUINT,
    totalDetected: *mut asUINT,
    newObjects: *mut asUINT,
    totalNewDestroyed: *mut asUINT
)