pub type her_unb_vft = Option<unsafe extern "C" fn(uploa: uplo_t, conjx: conj_t, conjh: conj_t, m: dim_t, alpha: *mut c_void, x: *mut c_void, incx: inc_t, a: *mut c_void, rs_a: inc_t, cs_a: inc_t, cntx: *mut cntx_t)>;Aliased Type§
pub enum her_unb_vft {
None,
Some(unsafe extern "C" fn(u32, u32, u32, i64, *mut c_void, *mut c_void, i64, *mut c_void, i64, i64, *mut cntx_s)),
}