Type Definition sundials_sys::IDAEwtFn[][src]

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