Function asEngine_GetGCStatistics

Source
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,
)