pub type fprintm_vft = Option<unsafe extern "C" fn(file: *mut FILE, s1: *const c_char, m: dim_t, n: dim_t, x: *const c_void, rs_x: inc_t, cs_x: inc_t, format: *const c_char, s2: *const c_char)>;Aliased Type§
pub enum fprintm_vft {
None,
Some(unsafe extern "C" fn(*mut _IO_FILE, *const i8, i64, i64, *const c_void, i64, i64, *const i8, *const i8)),
}