Type Alias libR_sys::integr_fn

source ·
pub type integr_fn = Option<unsafe extern "C" fn(x: *mut f64, n: c_int, ex: *mut c_void)>;
Expand description

../../appl/integrate.c

Aliased Type§

enum integr_fn {
    None,
    Some(unsafe extern "C" fn(_: *mut f64, _: i32, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut f64, _: i32, _: *mut c_void))

Some value of type T.