Function sundials_sys::CVodeSetProjFn

source ·
pub unsafe extern "C" fn CVodeSetProjFn(
    cvode_mem: *mut c_void,
    pfun: CVProjFn
) -> c_int