Type Alias sundials_sys::SUNErrHandlerFn

source ·
pub type SUNErrHandlerFn = Option<unsafe extern "C" fn(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)>;

Aliased Type§

enum SUNErrHandlerFn {
    None,
    Some(unsafe extern "C" fn(_: i32, _: *const i8, _: *const i8, _: *const i8, _: i32, _: *mut c_void, _: *mut SUNContext_)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32, _: *const i8, _: *const i8, _: *const i8, _: i32, _: *mut c_void, _: *mut SUNContext_))

Some value of type T.