Function onig_sys::onig_end [] [src]

pub unsafe extern "C" fn onig_end() -> c_int

The use of this library is finished.

int onig_end(void)

normal return: ONIG_NORMAL

It is not allowed to use regex objects which created before onig_end() call.