pub type VlSvmInnerProductFunction = Option<unsafe extern "C" fn(data: *const c_void, element: vl_uindex, model: *mut f64) -> f64>;Aliased Type§
pub enum VlSvmInnerProductFunction {
None,
Some(unsafe extern "C" fn(*const c_void, u64, *mut f64) -> f64),
}