pub unsafe extern "C" fn BLAS_duscr_insert_col(
    A: blas_sparse_matrix,
    j: c_int,
    nnz: c_int,
    val: *const f64,
    indx: *const c_int
) -> c_int