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