Type Definition blis_sys::cfprintm_ft

source · []
pub type cfprintm_ft = Option<unsafe extern "C" fn(file: *mut FILE, s1: *const c_char, m: dim_t, n: dim_t, x: *const scomplex, rs_x: inc_t, cs_x: inc_t, format: *const c_char, s2: *const c_char)>;