[][src]Type Definition sundials_sys::CVErrHandlerFn

type CVErrHandlerFn = Option<unsafe extern "C" fn(error_code: c_int, module: *const c_char, function: *const c_char, msg: *mut c_char, user_data: *mut c_void)>;