[][src]Type Definition sundials_sys::KINInfoHandlerFn

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