Type Definition sundials_sys::KINInfoHandlerFn[][src]

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