pub type zger_ft = Option<unsafe extern "C" fn(conjx: conj_t, conjy: conj_t, m: dim_t, n: dim_t, alpha: *const dcomplex, x: *const dcomplex, incx: inc_t, y: *const dcomplex, incy: inc_t, a: *mut dcomplex, rs_a: inc_t, cs_a: inc_t)>;