pub unsafe extern "C" fn BLAS_susrows_scale(
    A: blas_sparse_matrix,
    d: *const f32,
    trans: blas_trans_type
) -> c_int