[][src]Function ttspico_sys::pico_terminate

pub unsafe extern "C" fn pico_terminate(system: *mut pico_System) -> pico_Status

Terminates the Pico system. Lingware resources still being loaded are unloaded automatically. The memory area provided to Pico in 'pico_initialize' is released. The system handle becomes invalid. It is not allowed to call this function as long as Pico engine instances are existing. No API function may be called after this function, except for 'pico_initialize', which reinitializes the system.