pub unsafe extern "C" fn dr_app_take_over()Expand description
Causes application to run under DR control upon return from this call. DR never releases control. Useful for overriding dr_app_start/dr_app_stop calls in the rest of a program.
pub unsafe extern "C" fn dr_app_take_over()Causes application to run under DR control upon return from this call. DR never releases control. Useful for overriding dr_app_start/dr_app_stop calls in the rest of a program.