Function sundials_sys::SUNDIALSGetVersionNumber

source ·
pub unsafe extern "C" fn SUNDIALSGetVersionNumber(
    major: *mut c_int,
    minor: *mut c_int,
    patch: *mut c_int,
    label: *mut c_char,
    len: c_int
) -> SUNErrCode