pub unsafe extern "C" fn blas_zusget_matrix_nnz_(
    A: *mut blas_sparse_matrix,
    nnz: *mut c_int,
    istat: *mut c_int
)