Function sundials_sys::SUNContext_PushErrHandler

source ·
pub unsafe extern "C" fn SUNContext_PushErrHandler(
    sunctx: SUNContext,
    err_fn: SUNErrHandlerFn,
    err_user_data: *mut c_void
) -> SUNErrCode