Type Alias her2k_oft

Source
pub type her2k_oft = Option<unsafe extern "C" fn(alpha: *mut obj_t, a: *mut obj_t, b: *mut obj_t, beta: *mut obj_t, c: *mut obj_t, cntx: *mut cntx_t, rntm: *mut rntm_t)>;

Aliased Type§

enum her2k_oft {
    None,
    Some(unsafe extern "C" fn(_: *mut obj_s, _: *mut obj_s, _: *mut obj_s, _: *mut obj_s, _: *mut obj_s, _: *mut cntx_s, _: *mut rntm_s)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut obj_s, _: *mut obj_s, _: *mut obj_s, _: *mut obj_s, _: *mut obj_s, _: *mut cntx_s, _: *mut rntm_s))

Some value of type T.