Type Definition sundials_sys::IDAEwtFn

source ·
pub type IDAEwtFn = Option<unsafe extern "C" fn(y: N_Vector, ewt: N_Vector, user_data: *mut c_void) -> c_int>;