pub type zmkherm_ft = Option<unsafe extern "C" fn(uploa: uplo_t, m: dim_t, a: *mut dcomplex, rs_a: inc_t, cs_a: inc_t)>;
enum zmkherm_ft { None, Some(unsafe extern "C" fn(_: u32, _: i64, _: *mut dcomplex, _: i64, _: i64)), }
No value.
Some value of type T.
T