Function sundials_sys::SUNLogErrHandlerFn

source ·
pub unsafe extern "C" fn SUNLogErrHandlerFn(
    line: c_int,
    func: *const c_char,
    file: *const c_char,
    msg: *const c_char,
    err_code: SUNErrCode,
    err_user_data: *mut c_void,
    sunctx: SUNContext
)