pub unsafe extern "C" fn BLAS_cussm(
    order: blas_order_type,
    transT: blas_trans_type,
    nrhs: c_int,
    alpha: *const c_void,
    T: blas_sparse_matrix,
    b: *mut c_void,
    ldb: c_int
) -> c_int